Termination Proof Script

Consider the TRS R consisting of the rewrite rule
1:    f(f(a,f(x,a)),a)  → f(a,f(f(x,a),a))
There are 2 dependency pairs:
2:    F(f(a,f(x,a)),a)  → F(a,f(f(x,a),a))
3:    F(f(a,f(x,a)),a)  → F(f(x,a),a)
The approximated dependency graph contains one SCC: {3}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006